home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / batch / MiniMen.lha / MiniMen / MultiDX < prev    next >
Text File  |  2000-03-02  |  698b  |  20 lines

  1. ; Multi disk archiver unpacker supporting DMS, ADF, DIMP, PackDev, LHA, LZX, ZIP & ARJ
  2. ; Relies on the following file patterns :-
  3. ; #?.DMP|#?.DEX|#?.DMS|#?.ADF|#?.ADZ|#?.PKD|#?.LHA|#?.LZH|#?.LZX|#?.ZIP|#?.ARJ
  4. ; Requires the following files to be in the current path :-
  5. ; UnDms, TransADF, PackDev, dimp, LHA, LZX, UNZIP & unarj
  6. ; The last (I think :))
  7.  
  8. echo c
  9. Requestfile >env:FPAK TITLE="Choose archive to UnPack" PATTERN "(#?.DMP|#?.DEX|#?.DMS|#?.ADF|#?.ADZ|#?.PKD|#?.LHA|#?.LZH|#?.LZX|#?.ZIP|#?.ARJ)" DRAWER "RAM:"
  10. if warn
  11.    echo "*N Operation canceled....!"
  12.    quit
  13. endif
  14. if not exists $FPAK
  15.    echo "*N File does not exist....!"
  16.    delete >nil: env:FPAK
  17.    quit
  18. endif
  19. execute MultiDX.1 $FPAK
  20.